@charset "utf-8";
html {
	-webkit-text-size-adjust: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
	min-width: 1000px;
	font-family: "微软雅黑", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
}

a {
	text-decoration: none;
	outline: none;
	blr: expression(this.onFocus=this.blur());
	cursor: pointer;
	color: #50515d;
}

a:hover,
a:visited,
a:active {
	text-decoration: none;
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td,
span,
i,
b {
	margin: 0;
	padding: 0;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

fieldset,
img {
	border: 0;
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
	font-style: normal;
	font-weight: normal;
}

ol,
ul,
li {
	list-style: none;
}

caption,
th {
	text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: 100%;
	font-weight: normal;
}

q:before,
q:after {
	content: '';
}

abbr,
acronym {
	border: 0;
}

sup {
	vertical-align: text-top;
}

sub {
	vertical-align: text-bottom;
}

s,
i,
em {
	font-style: normal;
	text-decoration: none;
}

input,
button,
select,
textarea {
	outline: none;
}

textarea {
	resize: none;
}

img {
	vertical-align: top;
}

strong {
	font-weight: bold;
}

.fl,
.left {
	float: left;
	_display: inline;
}

.fr,
.right {
	float: right;
	_display: inline;
}


/*导航*/

@charset "utf-8";
html {
	-webkit-text-size-adjust: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
	min-width: 1000px;
	font-family: "微软雅黑", Arial, Helvetica, sans-serif;
/*	font-size: 12px;*/
	color: #333;
}

a {
	text-decoration: none;
	outline: none;
	blr: expression(this.onFocus=this.blur());
	cursor: pointer;
	color: #50515d;
}

a:hover,
a:visited,
a:active {
	text-decoration: none;
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td,
span,
i,
b {
	margin: 0;
	padding: 0;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

fieldset,
img {
	border: 0;
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
	font-style: normal;
	font-weight: normal;
}

ol,
ul,
li {
	list-style: none;
}

caption,
th {
	text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: 100%;
	font-weight: normal;
}

q:before,
q:after {
	content: '';
}

abbr,
acronym {
	border: 0;
}

sup {
	vertical-align: text-top;
}

sub {
	vertical-align: text-bottom;
}

s,
i,
em {
	font-style: normal;
	text-decoration: none;
}

input,
button,
select,
textarea {
	outline: none;
}

textarea {
	resize: none;
}

img {
	vertical-align: top;
}

strong {
	font-weight: bold;
}

.fl,
.left {
	float: left;
	_display: inline;
}

.fr,
.right {
	float: right;
	_display: inline;
}
.bdqn_wrap {
	width: 100%;
	min-width: 1200px;
	overflow: hidden;
}

.header-placeholder {
	height: 90px;
}

.w1200 {
	width: 1200px;
	margin: auto;
}

.w1400 {
	width: 1400px;
	margin: auto;
}

.w1600 {
	width: 1600px;
	margin: auto;
}

.nav_width {
	width: 1200px;
	margin: auto;
}

.top_wrap {
	width: 100%;
	height: 36px;
	border: 1px solid #eee;
	border-left: none;
	border-right: none;
	background: #fbfbfb;
	line-height: 36px;
}

.top_nav ul li {
	float: left;
	position: relative;
}

.top_nav ul li a {
	color: #545454;
}

.top_nav ul li span {
	padding: 0 13px;
	color: #545454;
}

.top_nav ul li:hover .top_wxCon {
	display: block;
}

.top_nav ul .top_wxCon {
	display: none;
	width: 99px;
	height: 99px;
	position: absolute;
	left: -15px;
	top: 36px;
	z-index: 99;
	border: 1px solid #cccccc;
}

.top_nav .top_iphone,
.top_nav .top_wx {
	display: inline-block;
	background: url(img2023/icon.png) no-repeat 0 0;
	padding: 0 18px;
	position: relative;
}

.top_nav .top_iphone:before,
.top_nav .top_wx:before {
	content: '';
	position: absolute;
	width: 9px;
	height: 6px;
	background: url(img2023/icon.png) no-repeat 0 -40px;
	right: -2px;
	top: 14px;
}

.top_nav .top_wx {
	background: url(../img2023/icon.png) no-repeat -100px 0;
	padding-left: 30px;
}

.bdqn_header {
	width: 100%;
	/*  height: 50px;*/
	padding: 20px 0;
	z-index: 99999;
	position: fixed;
	background: #2d60f1;
	box-shadow: 0 5px 9px rgba(35, 35, 35, 0.05);
	top: 0;
}

.bdqn_header_box {
	position: relative;
	width: 1200px;
	margin: auto;
}

.bdqn_logo h1 {
	display: inline-block;
}

.bdqn_logo .new_log_l,
.bdqn_logo .new_log_r {
	display: inline-block;
	vertical-align: middle;
}

.bdqn_logo .new_log_r a {
	margin-left: 56px;
}

.bdqn_logo .new_log_r {
	height: 75px;
	margin-left: 30px;
	margin-top: -12px;
}

.bdqn_search {
	width: 136px;
	height: 41px;
	margin-top: 4px;
	background: #f3f6f9;
	border-radius: 20px;
	position: relative;
}

.bdqn_search .searchIcon {
	width: 22px;
	height: 23px;
	margin-left: 18px;
	margin-top: 9px;
	background: url(img2023/search.png);
}

.bdqn_search .searchText {
	margin-left: 10px;
	margin-top: 12px;
	font-size: 15px;
	color: #666666;
}

.new_nav {
	height: 50px;
	line-height: 50px;
}

.new_nav .nav_all {
	width: 225px;
	height: 51px;
	background: #3fbbce;
	line-height: 51px;
	text-align: center;
	border-radius: 3px 3px 0 0;
}

.new_nav .nav_hot:after {
	content: '';
	width: 13px;
	height: 16px;
	position: absolute;
	right: -13px;
	top: 3px;
	background: url(img2023/hot.png) no-repeat;
}

.new_nav .new_navList {
	position: absolute;
	right: 0px;
}

.new_nav .new_navList li {
	float: left;
	padding: 0 15px;
	position: relative;
}

.new_nav .new_navList .sy:hover:before {
	content: '';
	width: 66px;
}

.new_nav .new_navList li:hover:before {
	content: '';
	width: 100px;
	position: absolute;
	height: 3px;
	background: #5779ff;
	left: 1px;
	bottom: 0;
}

.new_nav .new_navList li:hover a {
	color: white;
	font-weight: 600;
}

.new_nav .new_navList li:hover a i {}

.new_nav .new_navList li:hover a i:before {
	display: block;
}

.new_nav .new_navList li a {
	color: white;
	font-size: 18px;
	position: relative;
	display: block;
}

.new_nav .new_navList li a i {
	position: relative;
	width: 100%;
	height: 51px;
	display: block;
	transition: -webkit-transform 0.3s linear;
}

.new_nav .new_navList li a i:before {
	display: none;
	content: attr(data-title);
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	text-align: center;
}

.new_nav .new_navList li .navList_con {
	width: 100px;
	text-align: center;
	position: absolute;
	display: none;
	top: 51px;
	left: 50%;
	z-index: 9999;
	margin-left: -50px;
	padding-bottom: 12px;
	background: #fff;
	border-radius: 0 0 4px 4px;
}

.new_nav .new_navList li .navList_con a {
	color: #6e6e6e;
	display: block;
	line-height: 39px;
	background: #ffffff;
	font-size: 14px;
	font-weight: 100;
}

.new_nav .new_navList li .navList_con a:hover {
	color: #2d60f1;
}

.new_nav .new_navList .active:before {
	content: '';
	width: 107px;
	position: absolute;
	height: 3px;
	background: #f15050;
	/* border-bottom: 3px solid #f15050;*/
	left: 50%;
	margin-left: -53px;
	bottom: 0;
}

.new_nav .new_navList .active a {
	color: #f15050;
}

.header-placeholder {
	height: 90px;
}

/*底部*/
.bm {
	width: 100%;
	height: 70px;
	z-index: 9999;
	background-color: #2a5ee6;
	position: sticky;
	bottom: 0;
	top: auto;
	opacity: 0.9;
	left: 0px;
	overflow: hidden;
}

.bm-1 {
	width: 1200px;
	height: 70px;
	margin: auto;
	color: white;
}

.bm-1 P {
	float: left;
	font-size: 14px;
}

.bm-1 input {
	height: 33px;
}

.yuyue {
	width: 950px;
	margin: auto;
}

.footer_p,
.footer_c {
	width: 1200px;
	margin: 21px auto 0;
}

.footer {
	background-color: #5779ff;
	background-image: url(../img2023/logo2.png);
	background-repeat: no-repeat;
	background-position-x: center;
	overflow: hidden;
	padding-bottom: 30px;
}

.footer_left {
	width: 213px;
	float: left;
	margin-left: 20px;
}

.footer_left p {
	font-size: 18px;
	color: #ffffff;
	padding-top: 16px;
}

.footer_list {
	float: left;
	margin-left: 100px;
}

.footer_list .footer_list_c:nth-child(2) {
	border-right: 1px solid #7994ff;
	border-left: 1px solid #7994ff;
}

.footer_list_c {
	float: left;
	height: 228px;
	width: 165px;
	text-align: center;
}

.footer_list_c p {
	color: white;
	font-size: 22px;
	padding-top: 10px;
}

.footer_list_c a {
	display: block;
	font-size: 18px;
	color: white;
	margin-top: 20px;
}

.footer_list_c a:hover {
	color: #ffb847;
	font-weight: 600;
}

.footer_right {
	float: left;
	margin-left: 30px;
}

.footer_right_img {
	margin-left: 30px;
	float: left;
	margin-top: 40px;
}

.footer_right_img p {
	text-align: center;
	color: white;
	font-size: 18px;
	padding-top: 10px;
}

.footer_p p {
	color: white;
	font-size: 16px;
	margin-top: 15px;
	margin-left: 20px;
}

.footer_p p a {
	color: white;
	padding-left: 20px;
}
/*焦点图*/

.banner_wrap {
	position: relative;
	width: 100%;
	height: 600px;
	overflow: hidden;
}

.banner_box {
	position: relative;
	width: 100%;
	height: 600px;
	overflow: hidden;
}

.banner_box .base {
	position: relative;
	height: 600px;
}

.banner_box .banner {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 600px;
}

.banner_box .banner .swiper-slide a {
	display: block;
	width: 100%;
	height: 600px;
	background-size: 1920px 600px;
	background-position: center;
	background-repeat: no-repeat;
}

.banner_list1 {
	position: absolute;
	top: -49px;
	left: 0;
	display: table-cell;
	vertical-align: middle;
	width: 224px;
	height: 590px;
	z-index: 10;
	color: #fff;
}

.banner_list1 .banner_list1_tit {
	background-color: #326cf6;
	border-radius: 10px 10px 0px 0px;
	height: 49px;
	line-height: 49px;
	font-size: 18px;
	text-align: center;
}

.banner_list1 .banner_list1_tit .index-xia_sanjiao {
	margin-left: 14px;
}

.banner_up_left {
	position: relative;
	width: 224px;
	height: 540px;
	z-index: 1;
	display: flex;
	flex-direction: column;
	justify-content: space-evenly;
	background: rgba(0, 0, 0, 0.4);
}

.banner_up_left a {
	position: relative;
	display: inline-flex;
	align-items: center;
	font-size: 14px;
	height: 45px;
	line-height: 45px;
	width: 100%;
	color: #fff;
	overflow: hidden;
}

.banner_up_left a:nth-child(10) {
	background: #326cf6;
}

.banner_up_left a:nth-child(11) {
	background: #326cf6;
}

.banner_up_left a:nth-child(12) {
	background: #326cf6;
	padding-bottom: 7px;
}

.banner .swiper-button-next,
.banner .swiper-container-rtl .swiper-button-prev {
	right: 0;
	left: auto;
}

.banner .swiper-button-prev,
.banner .swiper-container-rtl .swiper-button-next {
	left: 250px;
}

.banner .swiper-button-next,
.banner .swiper-container-rtl .swiper-button-prev,
.banner .swiper-button-prev,
.banner .swiper-container-rtl .swiper-button-next {
	display: none;
	width: 32px;
	height: 68px;
	background-image: none;
	background-color: rgba(0, 0, 0, 0.4);
	color: rgba(255, 255, 255, 0.6);
	border-radius: 5px;
	transition: all ease 0.1s;
	line-height: 50px;
	text-align: center;
	font-size: 40px;
}

.banner .swiper-button-next:hover,
.banner .swiper-container-rtl .swiper-button-prev:hover,
.banner .swiper-button-prev:hover,
.banner .swiper-container-rtl .swiper-button-next:hover {
	background: rgba(0, 0, 0, 0.8);
	color: #fff;
}

.banner .banner-inner {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 1200px;
	z-index: 2;
}

.banner .swiper-pagination {
	width: 100%;
	position: absolute;
	bottom: -282px;
	left: 61%;
	transform: translate(-50%);
}

.banner .swiper-pagination-bullet {
	width: 45px;
	height: 3px;
	background: rgba(121, 124, 130, 0.4);
	border-radius: 0;
	opacity: 1;
	margin: 0 5px;
}

.banner .swiper-pagination-bullet-active {
	position: relative;
	width: 45px;
	height: 3px;
	background: rgba(121, 124, 130, 0.4);
}

.banner .swiper-pagination-bullet-active::after {
	position: absolute;
	top: 0;
	left: 0;
	content: '';
	width: 45px;
	height: 3px;
	background: #f0f1f2;
	animation: mymove 3s linear;
	-webkit-animation: mymove 3s linear;
}

@keyframes mymove {
	from {
		width: 0px;
	}
	to {
		width: 22;
	}
}

@-webkit-keyframes mymove {
	from {
		width: 0px;
	}
	to {
		width: 22px;
	}
}

.banner_up_left a:hover {
	background-color: #c7e0ff;
	color: #326cf6;
	font-weight: bold;
}

.banner_up_left a:hover .icon {
	font-weight: normal;
}

.banner_up_left a span,
.banner_up_left a i {
	display: inline-block;
}

.banner_up_left a i.icon {
	position: absolute;
	font-size: 14px;
	width: 18px;
	height: 18px;
	line-height: 18px;
	text-align: center;
	margin: 0 10px;
}

.banner_up_left a:hover i:last-of-type {
	display: inline-block;
}

.banner_up_left a span {
	width: 175px;
	padding-left: 40px;
	white-space: nowrap;
}

.banner_wrap .base .banner_list2 {
	height: 93px;
	right: 0px;
	bottom: 0px;
	width: 930px;
	position: absolute;
}

.banner_wrap .base .banner_list2 li {
	width: 300px;
	height: 90px;
	float: left;
	margin-right: 9px;
	border: 1px solid #e7e7e7;
	border-radius: 5px;
	box-sizing: border-box;
	background: #fff;
}

.banner_wrap .base .banner_list2 li a {
	display: block;
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	padding-top: 22px;
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.banner_wrap .base .banner_list2 li a:hover {
	padding-top: 17px;
}

.banner_wrap .base .banner_list2 li a div img {
	height: 45px;
	margin: 0 20px 0 50px;
}

.banner_wrap .base .banner_list2 li span {
	display: block;
	color: #333333;
	font-size: 16px;
}

.banner_wrap .base .banner_list2 li em {
	display: block;
	color: #333333;
	font-size: 16px;
}

.banner_wrap .base .banner_list2 li:last-child {
	margin-right: 0px;
}

.banner_bg {
	position: relative;
	z-index: 1;
	width: 1200px;
	margin: auto;
	overflow: hidden;
}

.banner_list {
	width: 260px;
	height: 430px;
	background-color: rgba(255, 255, 255, 0.3);
	border-radius: 15px;
	margin-top: 85px;
}

.banner_list_p1 {
	position: relative;
	overflow: hidden;
	margin-bottom: 10px;
}

.banner_list_p1::before {
	content: '';
	width: 28px;
	height: 38px;
	background: url(../img2023/1.png) no-repeat center;
	position: absolute;
	left: 34px;
	top: 13px;
}

.banner_list_p1 p {
	color: white;
	font-size: 22px;
	line-height: 40px;
	margin-top: 13px;
	margin-left: 75px;
}

.banner_list_p2 p {
	line-height: 35px;
	font-size: 16px;
}

.banner_list_p2 p a {
	color: white;
	margin-left: 16px;
	position: relative;
}

.banner_list_p2 p a::after {
	content: "";
	width: 0%;
	height: 1px;
	background: white;
	position: absolute;
	bottom: 0;
	left: 0;
	opacity: 0;
	top: 26px;
	transition: all 0.5s ease;
}

.banner_list a:hover::after {
	opacity: 1;
	width: 100%;
}

.banner_list_xt {
	height: 1px;
	background: white;
	width: 245px;
	margin: 15px auto;
}

.banner_list_p3 {
	text-align: center;
	font-size: 22px;
	color: white;
	font-weight: 600;
}

.banner_list_p4 {
	clear: both;
	margin-top: 16px;
	overflow: hidden;
}

.banner_list_p4 a {
	display: block;
	width: 110px;
	height: 30px;
	border-radius: 5px;
	border: 1px solid white;
	float: left;
	text-align: center;
	line-height: 30px;
	color: white;
	font-size: 16px;
	margin-left: 10px;
}

.banner_list_p4 a:first-child {
	font-size: 13px;
}

@media only screen and (min-width: 0px) and (max-width: 1430px) {
	.cebian {
		display: none;
	}
}

.cebian {
	width: 129px;
	height: 369px;
	background: url(../img2023/xuanfudaohang.png) no-repeat center;
	left: 0;
	position: fixed;
	overflow: hidden;
	top: 200px !important;
	z-index: 1000035;
}

.cebian_c {
	width: 117px;
	margin-left: 17px;
}

.cebian_c p {
	font-size: 16px;
	color: white;
	text-align: center;
}

.cebian_c .cebian_c_top {
	padding-top: 43px;
}

.cebian_c a {
	margin-top: 6px;
	width: 111px;
	height: 31px;
	display: block;
	line-height: 31px;
}

.cebian_c a:nth-child(2) {
	margin-top: 11px;
}

#test p {
	font-size: 16px;
	text-shadow: none;
	margin-top: 4px;
}

.bg1 {
	background: url(../img2023/bg1.png) no-repeat right;
	width: 100%;
	margin-top: 90px;
}

.bg2 {
	background: url(../img2023/bg2.png) no-repeat left bottom;
	width: 100%;
	margin-top: 90px;
}

.bg3 {
	background: url(../img2023/bg3.png) no-repeat right;
	width: 100%;
	margin-top: 90px;
}

.bg {
	margin-top: 90px;
	overflow: hidden;
	padding-bottom: 20px;
}

.title {
	width: 1200px;
	margin: auto;
	overflow: hidden;
}

.titlebg {
	height: 115px;
	float: left;
}

.tbg1 {
	background: url(../img2023/biaoti1.png) no-repeat left;
}

.tbg2 {
	background: url(../img2023/biaoti2.png) no-repeat left;
}

.tbg3 {
	background: url(../img2023/biaoti3.png) no-repeat left;
}

.tbg4 {
	background: url(../img2023/biaoti4.png) no-repeat left;
}

.tbg5 {
	background: url(../img2023/biaoti5.png) no-repeat left;
}

.tbg6 {
	background: url(../img2023/biaoti6.png) no-repeat left;
}

.tbg7 {
	background: url(../img2023/biaoti7.png) no-repeat left;
}

.tbg8 {
	background: url(../img2023/biaoti8.png) no-repeat left;
}

.tbg9 {
	background: url(../img2023/biaoti9.png) no-repeat left;
}

.titlebg p:nth-child(1) {
	font-size: 22px;
	color: #999999;
	padding-left: 158px;
	padding-top: 38px;
}

.titlebg p:nth-child(2) {
	font-size: 40px;
	color: #305df1;
	padding-left: 82px;
	position: relative;
}

.titlebg p:nth-child(2):after {
	content: '';
	width: 145px;
	height: 39px;
	background: url(../img2023/biaot.png) no-repeat center;
	position: absolute;
	left: 236px;
	top: 8px;
}

.title_right {
	float: right;
	text-align: right;
	height: 115px;
	background: url(../img2023/biaoti.png) no-repeat right;
	font-size: 20px;
	color: #333333;
	line-height: 30px;
	background-position-y: 30px;
}

.title_right p {
	padding-top: 53px;
}

.title_xt {
	height: 1px;
	background: #c7daff;
	width: 1200px;
	margin: 20px auto;
}

.jiaocheng_list {
	width: 1200px;
	margin: 20px auto;
}

.jiaocheng_list::after {
	content: '';
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

.jiaocheng_list_d {
	width: 284px;
	height: 319px;
	border-radius: 10px;
	border: #dddddd solid 1px;
	float: left;
	margin-left: 18px;
	background: white;
	-webkit-transition: transform .3s;
	-moz-transition: transform .3s;
	-ms-transition: transform .3s;
	-o-transition: transform .3s;
	transition: transform .3s;
}

.jiaocheng_list_d:first-child {
	margin-left: 0px;
}

.jiaocheng_list_d:hover {
	box-shadow: 0 5px 10px rgb(0 0 0 / 10%);
	-webkit-transform: translateY(-10px);
	-moz-transform: translateY(-10px);
	-ms-transform: translateY(-10px);
	-o-transform: translateY(-10px);
	transform: translateY(-10px);
}

.jiaocheng_list_d img {
	height: 140px;
}

.jiaocheng_list_d p:nth-child(2) {
	font-weight: 600;
	font-size: 20px;
	padding-top: 13px;
	padding-left: 9px;
}

.jiaocheng_list_d p:nth-child(3) {
	font-size: 20px;
	padding-left: 9px;
	padding-top: 8px;
	height: 60px;
}

.jiaocheng_list_d_a {
	width: 267px;
	margin: auto;
	font-size: 20px;
}

.jiaocheng_list_d_a a {
	position: relative;
}

.jiaocheng_list_d_a a::after {
	position: absolute;
	content: '';
	width: 130px;
	height: 130px;
	top: -43px;
	left: -11px;
	background-color: #fff;
	border-radius: 50%;
	-webkit-animation: scale 1.5s ease 0s infinite;
	-moz-animation: scale 1.5s ease 0s infinite;
	-o-animation: scale 1.5s ease 0s infinite;
	animation: scale 1.5s ease 0s infinite;
}

@-webkit-keyframes scale {
	0% {
		-webkit-transform: scale(0);
		-ms-transform: scale(0);
		-o-transform: scale(0);
		transform: scale(0);
		opacity: 1;
	}
	80% {
		-webkit-transform: scale(1);
		-ms-transform: scale(1);
		-o-transform: scale(1);
		transform: scale(1);
		opacity: 0;
	}
	100% {
		opacity: 0;
	}
}

@-moz-keyframes scale {
	0% {
		-webkit-transform: scale(0);
		-ms-transform: scale(0);
		-o-transform: scale(0);
		transform: scale(0);
		opacity: 1;
	}
	80% {
		-webkit-transform: scale(1);
		-ms-transform: scale(1);
		-o-transform: scale(1);
		transform: scale(1);
		opacity: 0;
	}
	100% {
		opacity: 0;
	}
}

@-ms-keyframes scale {
	0% {
		-webkit-transform: scale(0);
		-ms-transform: scale(0);
		-o-transform: scale(0);
		transform: scale(0);
		opacity: 1;
	}
	80% {
		-webkit-transform: scale(1);
		-ms-transform: scale(1);
		-o-transform: scale(1);
		transform: scale(1);
		opacity: 0;
	}
	100% {
		opacity: 0;
	}
}

@keyframes scale {
	0% {
		-webkit-transform: scale(0);
		-ms-transform: scale(0);
		-o-transform: scale(0);
		transform: scale(0);
		opacity: 1;
	}
	80% {
		-webkit-transform: scale(1);
		-ms-transform: scale(1);
		-o-transform: scale(1);
		transform: scale(1);
		opacity: 0;
	}
	100% {
		opacity: 0;
	}
}

.jiaocheng_list_d_a::after {
	content: '';
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

.jiaocheng_list_d_a a:first-child {
	display: block;
	float: left;
	width: 126px;
	height: 57px;
	text-align: center;
	line-height: 48px;
	color: white;
	margin-top: 6px;
	transition: transform .3s;
}

.jiaocheng_list_d_a a:last-child {
	display: block;
	float: left;
	width: 110px;
	height: 41px;
	line-height: 41px;
	text-align: center;
	margin-top: 11px;
	margin-left: 25px;
	transition: transform .3s;
}

.jiaocheng_list_d_a .btnbg1 {
	background: url(../img2023/btn1.png) no-repeat center;
}

.jiaocheng_list_d_a .btnbg2 {
	background: url(../img2023/btn2.png) no-repeat center;
}

.btnbg2 {
	color: #2e76e1;
}

.jiaocheng_list_d_a .btnbg3 {
	background: url(../img2023/btn3.png) no-repeat center;
}

.jiaocheng_list_d_a .btnbg4 {
	background: url(../img2023/btn4.png) no-repeat center;
}

.btnbg4 {
	color: #6349dd;
}

.jiaocheng_list_d_a .btnbg5 {
	background: url(../img2023/btn5.png) no-repeat center;
}

.jiaocheng_list_d_a .btnbg6 {
	background: url(../img2023/btn6.png) no-repeat center;
}

.btnbg6 {
	color: #2708ab;
}

.jiaocheng_list_d_a .btnbg9 {
	background: url(../img2023/btn7.png) no-repeat center;
}

.jiaocheng_list_d_a .btnbg10 {
	background: url(../img2023/btn8.png) no-repeat center;
}

.btnbg10 {
	color: #0022ff;
}

.jiaocheng_list_d_a .btnbg11 {
	background: url(../img2023/btn9.png) no-repeat center;
}

.jiaocheng_list_d_a .btnbg12 {
	background: url(../img2023/btn10.png) no-repeat center;
}

.btnbg12 {
	color: #663ed9;
}

.jiaocheng_list_d_a .btnbg13 {
	background: url(../img2023/btn11.png) no-repeat center;
}

.jiaocheng_list_d_a .btnbg14 {
	background: url(../img2023/btn12.png) no-repeat center;
}

.btnbg14 {
	color: #3c4afc;
}

.jiaocheng_list_d_a .btnbg15 {
	background: url(../img2023/btn13.png) no-repeat center;
}

.jiaocheng_list_d_a .btnbg16 {
	background: url(../img2023/btn14.png) no-repeat center;
}

.btnbg16 {
	color: #004df7;
}

.shiting {
	width: 1200px;
	margin: auto;
}


/*.shiting::after {
	content: '';
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

.shiting .kc_list::after {
	content: '';
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}*/

.shiting_left {
	width: 639px;
	float: left;
}

.shiting .kc_list {
	width: 639px;
	margin-top: 20px;
}

.shiting .kc_list a:hover {
	box-shadow: 0 5px 10px rgb(0 0 0 / 10%);
	-webkit-transform: translateY(-10px);
	-moz-transform: translateY(-10px);
	-ms-transform: translateY(-10px);
	-o-transform: translateY(-10px);
	transform: translateY(-10px);
}

.shiting .kc_list:first-child {
	margin-top: 40px;
}

.shiting .kc_list a {
	width: 200px;
	height: 150px;
	background: white;
	border-radius: 10px;
	box-shadow: 0px 0px 15px 5px rgba(0, 77, 251, .15);
	display: block;
	float: left;
	margin-left: 19px;
	overflow: hidden;
	-webkit-transition: transform .3s;
	-moz-transition: transform .3s;
	-ms-transition: transform .3s;
	-o-transition: transform .3s;
	transition: transform .3s;
}

.shiting .kc_list a:first-child {
	margin-left: 0;
}

.shiting .kc_list a img {
	display: block;
	height: 71px;
	margin: 14px auto 0;
}

.shiting .kc_list a p {
	color: #333333;
	font-size: 24px;
	text-align: center;
	padding-top: 12px;
}

.shiting .kc_list a p b {
	color: #fd3e31;
}

.biaodan {
	width: 540px;
	height: 490px;
	background-color: white;
	border-radius: 10px;
	background-image: url(../img2023/bd.png);
	background-repeat: no-repeat;
	background-position-x: 225px;
	float: left;
	overflow: hidden;
	box-shadow: 0px 0px 15px 0px rgba(0, 77, 251, .2);
	margin-top: 40px;
	margin-left: 20px;
	background-position-y: 130px;
}

.biaodan p {
	font-size: 40px;
	color: #333333;
	text-align: center;
	padding-top: 40px;
	padding-bottom: 30px;
}

.biaodan p span {
	color: #fd4910;
}

.biaodan .group1 {
	margin: 0 auto;
	margin-bottom: 20px;
	height: 60px;
}

.biaodan .g_left {
	float: left;
	width: 50px;
	text-align: left;
	line-height: 50px;
	height: 50px;
	margin-top: 10px;
	font-size: 25px;
	color: #3783f8;
	padding-left: 50px;
}

.biaodan .g_right {
	float: left;
	border: #a0a0a0 solid 1px;
	width: 370px;
	height: 50px;
	border-radius: 10px;
}

.biaodan .g_right input {
	height: 50px;
	line-height: 50px;
	border: none;
	font-size: 22px;
	color: #999999;
	outline: none;
	background: none;
	padding-left: 20px;
}

.biaodan input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
	/* WebKit browsers */
	color: #999999;
}

.biaodan input:-moz-placeholder,
textarea:-moz-placeholder {
	/* Mozilla Firefox 4 to 18 */
	color: #999999;
}

.biaodan input::-moz-placeholder,
textarea::-moz-placeholder {
	/* Mozilla Firefox 19+ */
	color: #999999;
}

.biaodan input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
	/* Internet Explorer 10+ */
	color: #999999;
}

#dosubmit2 {
	width: 440px;
	height: 70px;
	background: url(../img2023/anniu.png) no-repeat center;
	margin: auto;
	color: white;
	text-align: center;
	line-height: 70px;
	font-weight: 600;
	font-size: 30px;
	margin-top: 40px;
	cursor: pointer;
}

.zixun {
	width: 1200px;
	margin: 40px auto 0;
}

.zixun_title {
	width: 1200px;
	height: 51px;
}

.t1 {
	background: url(../img2023/hyzx.png) no-repeat center;
}

.t2 {
	background: url(../img2023/rmjd.png) no-repeat center;
}

.t3 {
	background: url(../img2023/cjwt.png) no-repeat center;
}

.zixun_title a {
	line-height: 51px;
	font-size: 16px;
	color: #999999;
	width: 60px;
	float: right;
}

.clearfix::after {
	content: '';
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

.zixun_c_left {
	float: left;
	margin-top: 28px;
	width: 220px;
	border-radius: 10px;
	overflow: hidden;
}

.zixun_c_right {
	float: left;
	margin-top: 28px;
}

.zixun_c_right_top_list {
	float: left;
	margin-left: 26px;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.zixun_c_right_top_list div {
	width: 219px;
	height: 110px;
	overflow: hidden;
	border-radius: 10px;
}

.zixun_c_right_top_list img {
	transition: 0.5s;
	width: 219px;
	height: 110px;
	image-rendering: -moz-crisp-edges; /* Firefox */
image-rendering: -webkit-optimize-contrast; /* Webkit */
image-rendering: crisp-edges; /* CSS3 */
-ms-interpolation-mode: nearest-neighbor; /* IE8+ */
}

.zixun_c_right_top_list:hover img {
	transform: scale(1.1);
}
.co1 .zixun_c_right_top_list:hover a{
	color: #ff6600;
}
.co2 .zixun_c_right_top_list:hover a{
	color: #025bff;
}
.co3 .zixun_c_right_top_list:hover a{
	color: #5b02ff;
}
.zixun_c_right_top_list a {
	font-size: 18px;
	color: #000000;
	text-align: center;
	padding-top: 10px;
}

.zixun_c_right_bottom .zixun_c_right_bottom_list:first-child {
	margin-left: 26px;
}

.zixun_c_right_bottom_list {
	float: left;
	margin-left: 9px;
	width: 312px;
	margin-top: 20px;
}

.zixun_c_right_bottom_list_p {
	height: 30px;
	border-bottom: #e4e4e4 solid 1px;
	margin-bottom: 5px;
}

.zixun_c_right_bottom_list_p p {
	float: left;
	font-size: 18px;
	color: #000000;
	line-height: 24px;
	position: relative;
}

.zixun_c_right_bottom_list_p p::before {
	content: '';
	display: block;
	width: 3px;
	height: 24px;
	border-radius: 1.5px;
	position: absolute;
}

.hyzx p::before {
	background: #ff6600;
}

.rmjd p::before {
	background: #025bff;
}

.cjwt p::before {
	background: #5b02ff;
}

.zixun_c_right_bottom_list_p p span {
	padding-left: 10px;
}

.zixun_c_right_bottom_list_p a {
	float: right;
	font-size: 16px;
	color: #999999;
	line-height: 24px;
}

.zixun_c_right_bottom_list_li {
	line-height: 28px;
	position: relative;
}

.zixun_c_right_bottom_list_li li {
	display: flex;
	align-items: center;
}

.zixun_c_right_bottom_list_li a {
	font-size: 16px;
	color: #666666;
	overflow: hidden;
	padding-left: 10px;
	white-space: nowrap;
	text-overflow: ellipsis;
	width: 253px;
}

.zixun_c_right_bottom_list_li li::before {
	content: '';
	display: block;
	width: 6px;
	height: 6px;
	border-radius: 3px;
	position: absolute;
}

.hyzx li::before {
	background: #ff6600;
}

.rmjd li::before {
	background: #025bff;
}

.cjwt li::before {
	background: #5b02ff;
}

.hyzx a:hover {
	color: #ff6600;
}

.rmjd a:hover {
	color: #025bff;
}

.cjwt a:hover {
	color: #5b02ff;
}

.bg4 {
	margin-top: 90px;
	background: #ecf2ff;
	overflow: hidden;
	padding-bottom: 40px;
}

.bg4 .title {
	margin-top: 42px;
}

.xuexiao {
	width: 1200px;
	margin: auto;
	overflow: hidden;
}

.xuexiao_left {
	float: left;
	width: 477px;
}

.xuexiao_right {
	float: left;
	width: 641px;
	margin-left: 25px;
}

.xuexiao_right p:nth-child(1) {
	font-size: 32px;
	color: #305df1;
	margin-top: 40px;
}

.xuexiao_right p:nth-child(2) {
	font-size: 24px;
	color: #333333;
	line-height: 40px;
	padding-left: 15px;
	margin-top: 10px;
}

.xuexiao_xt {
	width: 121px;
	height: 6px;
	background: #2751f4;
	border-radius: 3px;
	margin-left: 15px;
	margin-top: 15px;
}

.bg .kecheng:nth-child(3) {
	margin-top: 50px;
}

.kecheng {
	width: 1200px;
	margin: 20px auto 0;
}

.kecheng_c {
	float: left;
	width: 285px;
	height: 140px;
	background: white;
	border-radius: 10px;
	box-shadow: 0px 0px 15px 5px rgba(0, 77, 251, 0.15);
	margin-left: 20px;
	-moz-transition: transform .3s;
	-ms-transition: transform .3s;
	-o-transition: transform .3s;
	transition: transform .3s;
}

.kecheng_c:hover {
	box-shadow: 0 5px 10px 5px rgb(0 0 0 / 10%);
	-webkit-transform: translateY(-10px);
	-moz-transform: translateY(-10px);
	-ms-transform: translateY(-10px);
	-o-transform: translateY(-10px);
	transform: translateY(-10px);
}

.kecheng .kecheng_c:first-child {
	margin-left: 0px;
}

.kecheng_c_left {
	float: left;
	width: 82px;
	height: 101px;
	margin-top: 20px;
	margin-left: 19px;
}

.kecheng_c_right {
	float: left;
	margin-left: 20px;
}

.kecheng_c_right p {
	font-size: 30px;
	color: #333333;
	text-align: center;
	margin-top: 25px;
}

.kecheng_c_right a {
	display: block;
	width: 110px;
	height: 41px;
	border: #0037ff solid 1px;
	background: #f3f6f9;
	border-radius: 10px;
	font-size: 20px;
	color: #0037ff;
	text-align: center;
	line-height: 41px;
	margin-top: 10px;
}

.kecheng_c:hover a {
	background: #0022FF;
	color: white;
}

.jiuye {
	width: 1200px;
	margin: auto;
}

.jiuye_c {
	float: left;
	width: 300px;
	height: 420px;
	border-radius: 20px;
	overflow: hidden;
	box-shadow: 0px 0px 15px 5px rgba(0, 59, 255, .15);
	position: relative;
}

.jiuye_left {
	background: url(../img2023/jiuyetixi.png) no-repeat center;
}

.jiuye_center {
	float: left;
	width: 560px;
	margin-left: 20px;
}

.jiuye_center p:first-child {
	font-size: 36px;
	color: #333333;
	text-align: center;
	margin-top: 20px;
}

.jiuye_center p:nth-child(3) {
	font-size: 30px;
	color: #666666;
	text-align: center;
}

.jiuye_center_bg {
	height: 4px;
	width: 493px;
	margin: 20px auto;
	border-bottom: #004DFB solid 1px;
}

.jiuye_center_bg1 {
	width: 40px;
	height: 9px;
	border-radius: 4.5rem;
	margin: -4.5px auto 0;
	background: #004DFB;
}

.jiuye_center_img img {
	float: left;
	width: 270px;
	margin-left: 20px;
	margin-top: 50px;
}

.jiuye_center_img img:first-child {
	margin-left: 0;
}

.jiuye_right {
	background: url(../img2023/jiuyezhidao.png) no-repeat center;
	margin-left: 20px;
}

.jiuye_p1 {
	font-size: 34px;
	color: #305df1;
	text-align: center;
	margin-top: 20px;
}

.jiuye_p2 {
	font-size: 20px;
	color: #6f91ff;
	text-align: center;
	margin-top: 3px;
}

.jiuye_btn {
	position: absolute;
	top: 347px;
	left: 48px;
	display: block;
	width: 200px;
	height: 45px;
	color: #0054ff;
	font-size: 22px;
	text-align: center;
	line-height: 45px;
	border: solid #0054fF 1px;
	border-radius: 10px;
}

.jiuye_btn:hover {
	background: #0054FF;
	color: white;
}

.jiuye_right ul {
	margin-top: 10px;
}

.jiuye_right ul li {
	padding-left: 60px;
	font-size: 24px;
	color: #333333;
	line-height: 43px;
}

.jiuye_right ul li b {
	padding-right: 5px;
}

.active_c {
	display: block !important;
}

.m7 .item:nth-child(n+2) {
	display: none;
}

.m7 {
	width: 1200px;
	margin: auto;
}

.tag {
	width: 642px;
	margin: 50px auto 0;
}

.tag .item_link:nth-child(2) a {
	margin: 0 20px;
}

.item_link a {
	float: left;
	width: 196px;
	height: 54px;
	border: #305df1 solid 2px;
	border-radius: 27px;
	text-align: center;
	line-height: 54px;
	background: white;
	font-weight: 600;
	color: #305df1;
	font-size: 30px;
}

.item_link .active_a {
	background: url(../img2023/xuexiao.png) no-repeat center;
	border: none;
	width: 200px;
	height: 59px;
	line-height: 59px;
	color: white;
}

.item .top {
	margin-top: 30px;
}

.item .bottom {
	margin-top: 20px;
}

.item .top .item_img:first-child {
	margin-left: 0;
}

.item .bottom .item_img:first-child {
	margin-left: 0;
}

.item .item_img {
	width: 285px;
	height: 220px;
	float: left;
	margin-left: 20px;
}

.liucheng_list {
	width: 1200px;
	margin: 40px auto 0;
	overflow: hidden;
}

.liucheng_list li {
	width: 193px;
	height: 168px;
	float: left;
	overflow: hidden;
}

.liucheng_list li p {
	text-align: center;
	font-size: 24px;
	color: white;
}

.liucheng_list_bg1 {
	background: url(../img2023/liucheng1.png) no-repeat center;
}

.liucheng_list_bg2 {
	background: url(../img2023/liucheng2.png) no-repeat center;
}

.liucheng_list_bg3 {
	background: url(../img2023/liucheng3.png) no-repeat center;
}

.liucheng_list_bg4 {
	background: url(../img2023/liucheng4.png) no-repeat center;
}

.liucheng_list_bg5 {
	background: url(../img2023/liucheng5.png) no-repeat center;
}

.liucheng_list_bg6 {
	background: url(../img2023/liucheng6.png) no-repeat center;
}

.liucheng_list_bg7 {
	background: url(../img2023/liucheng7.png) no-repeat center;
}

.liucheng_list_bg8 {
	background: url(../img2023/liucheng8.png) no-repeat center;
}

.liucheng_list_li2 {
	margin-top: 82px;
	margin-left: -50px;
}

.liucheng_list_li1 p {
	margin-top: 92px;
}

.liucheng_list_li1 {
	margin-left: -49px;
}

.liucheng_list_li2 p {
	margin-top: 28px;
}

.liucheng_list .liucheng_list_li1:first-child {
	margin-left: 0;
}

.liucheng_list li {
	opacity: 0;
	transform: translateY(50px);
	transition: opacity 0.5s ease-in-out, transform 0.5s ease-in-out;
}

.liucheng_list .show {
	opacity: 1;
	transform: translateY(0px);
}

.c8 {
	width: 100%;
	height: 630px;
	background: url(../img2023/beijing.png) no-repeat top;
	background-size: 1920px 600px;
	background-position: center;
	overflow: hidden;
}

.c8 .container .list-wrap {
	overflow: hidden;
	margin: 40px auto 0;
	transform-style: preserve-3d;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	width: 1200px;
}

.c8 .container .list-wrap .list-parent {
	display: -ms-flexbox;
	display: flex;
	transform-style: preserve-3d;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.c8 .container .list-wrap .list-parent:nth-child(1) .btn:nth-child(4n) {
	padding-right: 60px;
	background: #0022FF;
	background-image: linear-gradient(to right, #4f82ff, #0022FF);
	color: white;
	border: none;
}

.c8 .container .list-wrap .list-parent:nth-child(1) .btn:nth-child(2n) {
	padding-right: 60px;
	background: #0022FF;
	background-image: linear-gradient(to right, #4f82ff, #0022FF);
	color: white;
	border: none;
}

.c8 .container .list-wrap .list-parent:nth-child(1) .btn:nth-child(4n)::after {
	content: "";
}

.c8 .container .list-wrap .list-parent:nth-child(2) .btn:nth-child(4n + 1) {
	padding-right: 60px;
	background: #0022FF;
	background-image: linear-gradient(to right, #4f82ff, #0022FF);
	color: white;
	border: none;
}

.c8 .container .list-wrap .list-parent:nth-child(2) .btn:nth-child(2n + 1) {
	padding-right: 60px;
	background: #0022FF;
	background-image: linear-gradient(to right, #4f82ff, #0022FF);
	color: white;
	border: none;
}

.c8 .container .list-wrap .list-parent:nth-child(2) .btn:nth-child(4n + 1)::after {
	content: "";
}

.c8 .container .list-wrap .list-parent:nth-child(3) .btn:nth-child(4n + 2) {
	padding-right: 60px;
	background: #0022FF;
	background-image: linear-gradient(to right, #4f82ff, #0022FF);
	color: white;
	border: none;
}

.c8 .container .list-wrap .list-parent:nth-child(3) .btn:nth-child(2n + 2) {
	padding-right: 60px;
	background: #0022FF;
	background-image: linear-gradient(to right, #4f82ff, #0022FF);
	color: white;
	border: none;
}

.c8 .container .list-wrap .list-parent:nth-child(3) .btn:nth-child(4n + 2)::after {
	content: "";
}

.c8 .container .list-wrap .list-parent:nth-child(4) .btn:nth-child(4n + 3) {
	padding-right: 60px;
	background: #0022FF;
	background-image: linear-gradient(to right, #4f82ff, #0022FF);
	color: white;
	border: none;
}

.c8 .container .list-wrap .list-parent:nth-child(4) .btn:nth-child(2n + 3) {
	padding-right: 60px;
	background: #0022FF;
	background-image: linear-gradient(to right, #4f82ff, #0022FF);
	color: white;
	border: none;
}

.c8 .container .list-wrap .list-parent:nth-child(4) .btn:nth-child(4n + 3)::after {
	content: "";
}

.c8 .container .list-wrap .list-parent:nth-child(5) .btn:nth-child(4n + 3) {
	padding-right: 60px;
	background: #0022FF;
	background-image: linear-gradient(to right, #4f82ff, #0022FF);
	color: white;
	border: none;
}

.c8 .container .list-wrap .list-parent:nth-child(5) .btn:nth-child(2n + 3) {
	padding-right: 60px;
	background: #0022FF;
	background-image: linear-gradient(to right, #4f82ff, #0022FF);
	color: white;
	border: none;
}

.c8 .container .list-wrap .list-parent:nth-child(5) .btn:nth-child(4n + 3)::after {
	content: "";
}

.c8 .container .list-wrap .list-parent.running {
	transition: transform 50s linear;
}

.c8 .container .list-wrap .list-parent .list {
	display: -ms-flexbox;
	display: flex;
}

.c8 .container .list-wrap .list-parent .list .btn {
	position: relative;
	white-space: nowrap;
	padding: 10px 34px 10px 34px;
	font-size: 24px;
	color: #2f3861;
	border-radius: 2px;
	border: #0022FF solid 1px;
	border-radius: 12px;
	cursor: pointer;
	margin: 23px 10px;
}


/*.c8 .container .list-wrap .list-parent .list .btn::before {
                content: "";
                position: absolute;
                bottom: -17px;
                right: 16px;
                width: 26px;
                height: 17px;
                background: url(../img2023/c8_before.png) no-repeat;
                background-size: 26px 17px;
            }
            .c8 .container .list-wrap .list-parent .list .btn::after {
                position: absolute;
                right: 17px;
                top: 6px;
                width: 32px;
                height: 37px;
                background: url(../img2023/c8_hot.png) no-repeat;
                background-size: 32px 37px;
            }*/

.yl {
	background: #2a5ee6;
	padding-bottom: 10px;
	overflow: hidden;
}

.yl ul {
	width: 1200px;
	margin: auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.yl ul li {
	min-width: 100px;
	margin-top: 10px;
}

.yl ul li a {
	color: white;
	font-size: 14px;
}
.zixun_title p{float: left;}
.zixun_title p span:first-child{margin-left: 245px;}
.zixun_title p span{display: block;width: 120px;height: 34px;float: left;border-radius: 22px;font-size: 20px;text-align: center;line-height: 34px;margin-left: 50px;cursor: default;border: 1px #d0d0d0 solid;background: #f5f5f5;}
.t1 p .cur{border: 1px solid #ff6600;background: #ffe0cc;color: #ff6600;}
.t2 p .cur{border: 1px solid #025bff;background: #ccdeff;color: #025bff;}
.t3 p .cur{border: 1px solid #5b02ff;background: #e5d6ff;color: #5b02ff;}